Mapping Cyclist Safety in New York City

Is there a relationship between bike path access and cyclist injuries?

Jason Bixon https://jasonbixon.netlify.com (Merkle Inc.)https://merkleinc.com
05-20-2019

I was originally inspired by this CityLab article detailing the then-impending transportation crisis due to the L Line shutdown. Specifically, I was interested in observing whether the shutdown contributed to an increase in cyclist injuries due to motor vehicle collisions as about 275,000 L Line riders would have sought alternatives. The MTA averted the shutdown at the 11th hour, leading me to a new research question.

NYC has seen an exponential increase in bicycle usage in the last 20 years. It reports up to 76% fewer injuries or deaths per 10 million miles biked since 2000, a measure of bike safety that controls for increased usage. There is concurrent evidence that access to public transit is disparate throughout the city. I was unable to find reliable sources on equitable bike lane access.

I hypothesize there are neighborhoods with outsized shares of cyclist injuries which can be predicted by lack of access to (protected) bike lanes, lack of access to public transit, and faster street traffic. I hope to inform a discussion around resource allocation to low-income neighborhoods where preventable injury and death hamper cyclist transportation.

Let’s get a quick understanding of bikes in New York.

When do cyclist injuries and accidents happen?


What kinds of bike paths are available in the city?


Where do cyclist injuries and deaths occur?


An alternative map implemented in Deck.gl:



Recreating the DOT’s cyclist safety metric across neighborhoods proves difficult with existing data. Their metric is available as-is and tracks injuries and deaths per 10 million miles over time, but there is no source that tracks miles biked in any strict location-based dimension.

I use NTA population as a proxy for bike ridership with the understanding that neighborhood population doesn’t directly correlate with ridership. This is done to control for dense neighborhoods that may have higher incidence of accidents due to more people traveling through them.

Note: After further literature review, an alternative approach would be to model accident frequency for each street segment, including bike path occurance as a feature of each street segment (among other features). This allows for a more robust understanding of the interaction of bike paths with accident frequency. I could then go on to include socioeconomic data as a feature in the model or otherwise aggregate streets to neighborhoods to answer my primary research question. I prefer this approach to what I currently have implemented.


Planned Updates / Notes:

This is an ongoing project that I am doing in my free time. If you have any constructive criticism please feel free to reach out, especially with suggestions about spatial regression methodology.

Corrections

If you see mistakes or want to suggest changes, please create an issue on the source repository.